<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.boxy-wrapper{position:absolute;z-index:150;}
.boxy-wrapper.fixed{position:fixed;}
/* Modal */ 
.boxy-modal-blackout{position:absolute; left:0; top:0; background-color:black;}
.boxy-modal-blackout-iframe{position:absolute; left:0; top:0; z-index:128; border: none;}
/* Border */
.boxy-wrapper{empty-cells:show;}

.boxy-wrapper .boxy-top-left,.boxy-wrapper .boxy-top-right,.boxy-wrapper .boxy-bottom-right,.boxy-wrapper .boxy-bottom-left{width:10px; height:12px; padding:0}
/*
.boxy-wrapper .boxy-top-left{background:url(/css/boxy/boxy-nw.png);} 
.boxy-wrapper .boxy-top-right{background:url(/css/boxy/boxy-ne.png);}
.boxy-wrapper .boxy-bottom-right{background:url(/css/boxy/boxy-se.png);}
.boxy-wrapper .boxy-bottom-left{background:url(/css/boxy/boxy-sw.png);}
*/
/*
.boxy-wrapper .boxy-top,.boxy-wrapper .boxy-bottom{height:12px; background-color:#555555; opacity:1; filter:alpha(opacity=0.5); padding:0}
.boxy-wrapper .boxy-left,.boxy-wrapper .boxy-right{width:12px; background-color:#555555; opacity:1; filter:alpha(opacity=0.5); padding:0; float:none}
*/
/*
.boxy-wrapper .boxy-top{height:6px; background-image:url(/css/boxy/boxy-n.png); background-repeat:repeat-x; padding:0}
.boxy-wrapper .boxy-bottom{height:6px; background-image:url(/css/boxy/boxy-s.png); background-repeat:repeat-x; padding:0}
.boxy-wrapper .boxy-left{width:6px; background-image:url(/css/boxy/boxy-w.png); background-repeat:repeat-y; padding:0}
.boxy-wrapper .boxy-right{width:6px; background-image:url(/css/boxy/boxy-e.png); background-repeat:repeat-y; padding:0}
*/
.boxy-wrapper .boxy-top-left,.boxy-wrapper .boxy-top-right,.boxy-wrapper .boxy-bottom-right,.boxy-wrapper .boxy-bottom-left { background-color:#555555; opacity:0.6; filter:alpha(opacity=60); padding:0}
.boxy-wrapper .boxy-top,.boxy-wrapper .boxy-bottom{ background-color:#555555; opacity:0.6; filter:alpha(opacity=60);  padding:0}
.boxy-wrapper .boxy-left,.boxy-wrapper .boxy-right{ background-color:#555555; opacity:0.6; filter:alpha(opacity=60);  padding:0;}

/* Title bar */
/*.boxy-wrapper .title-bar{ background:url(boxy/box-bg.png) repeat-x; position:relative; height:33px }*/
.boxy-wrapper .title-bar{ height:33px; position:relative; background:#fbfcfe; }
.boxy-wrapper .title-bar .dragging{ cursor:move; }
.boxy-wrapper .title-bar h2{ font-size:14px; text-align:left; color:#333; line-height:1; margin:0; padding:0; font-weight:bold; padding-left:7px; padding-top:10px }
.boxy-wrapper .title-bar .close {display:block; position:absolute; top:6px; right:7px; width:21px; height: 19px; background:url(boxy/boxy-close.png) no-repeat 0 0px;text-indent:-9999px; overflow:hidden }
.boxy-wrapper .title-bar .closeover {display:block; position:absolute; top:6px; right:7px; width:21px; height: 19px; background:url(boxy/boxy-close.png) no-repeat 0 -21px;text-indent:-9999px; overflow:hidden }
.boxy-wrapper .title-bar .min {display:block; position:absolute; top:6px; right:30px; width:21px; height: 19px; background:url(boxy/boxy-minmax.png) no-repeat 0 -30px;text-indent:-9999px; overflow:hidden }
.boxy-wrapper .title-bar .max {display:block; position:absolute; top:6px; right:30px; width:21px; height: 19px; background:url(boxy/boxy-minmax.png) no-repeat 0 -120px;text-indent:-9999px; overflow:hidden }

/* Content Region */
.boxy-inner{background-color:white; padding:0}
.boxy-content{ padding:10px; overflow:auto;}
.boxy-content form{margin-top:5px;margin-bottom:5px;}
/* Question Boxes */
.boxy-wrapper .question{ width:340px !important; overflow:auto; }
.boxy-wrapper .answers{text-align:right;}
/* confirm btn */
/* button */
.boxy-btn1,.boxy-btn2,.boxy-btn4{background-color:transparent; font-size:12px; border:0; background-image:url(boxy/btn.png);color:#FFFFFF; cursor:pointer;  background-repeat:no-repeat;vertical-align:middle}
.boxy-btn1{ width:50px; height:22px; background-position: 0 0;}
.boxy-btn2{width:50px; height:22px;  background-position: 0 -25px;color:#333333;}
.boxy-btn3{background-color:#EAEAEA; border-color:#EAEAEA #aaaaaa #aaaaaa #EAEAEA; color:#333333; padding:3px 5px 1.9px;}
.boxy-btn3:hover{background-color:#cad5eb; border-color:#CED8E3 #A2ADBC #A2ADBC #CED8E3;}
.boxy-btn4{width:75px;height:22px; background-position: 0 -50px;}

/* active tips-box */
.tips-box-b{position:absolute; font-size:12px; color:#b00; background:url(boxy/tips-bg.png) right top no-repeat; height:26px; padding-right:10px;}
.tips-box-b .tips-content{background:url(boxy/tips-bg.png) left top no-repeat; height:26px; float:left; line-height:22px; padding-left:10px;}
.tips-box-t{position:absolute; font-size:12px; color:#b00; background:url(boxy/tips-bg.png) right -28px no-repeat; height:27px; padding-right:10px;}
.tips-box-t .tips-content{background:url(boxy/tips-bg.png) left -28px no-repeat; height:20px; float:left; padding-top:7px; line-height:20px; padding-left:10px;}
.tips-box-l{position:absolute; font-size:12px; color:#b00; height:21px;}
.tips-box-l span{background:url(boxy/tips-bg.png) left -58px; float:left; height:21px; width:10px;}
.tips-box-l .tips-content{background:url(boxy/tips-bg.png) right -58px; height:21px; line-height:21px; padding-right:10px; float:left;}

/* button */
.submit2,.submit-gray2,.submit4,.submit3,.submit-gray2,.submit-gray3,.submit-gray4,.submit-t-btn,.submit-t-btn-gray{text-align:center; margin-right:6px; background-color:transparent; border:0; background-image:url(boxy/btn.png);color:#FFFFFF; cursor:pointer; background-repeat:no-repeat; display:inline-block; vertical-align:middle;*padding-top:1px;line-height:22px;font-size:12px; }
.submit2{ width:50px; height:22px; background-position: 0 0; }
.submit4{ width:75px;height:22px; background-position: 0 -50px;}
.submit3{ width:63px;height:22px; background-position: 0 -75px;}
.submit-t-btn{ width:55px;height:32px;line-height:32px;background-position: -65px -268px; font-weight:700;   }
.submit-t-btn-gray{ width:55px;height:32px;line-height:32px;background-position: -65px -376px; font-weight:700; cursor:default   }
.submit-gray2{ width:50px; height:22px;  background-position: 0 -25px; color:#555555;}
.submit-gray3{ width:63px;height:22px; background-position: 0 -376px;color:#555555;}
.submit-gray4{ width:75px;height:22px;background-position: 0 -185px; color:#555555;}
.submit{ text-align:center;  height:22px;}
a.a-submit:link, a.a-submit:visited{color:#FFFFFF;text-decoration:none;}
a.a-submit:hover{ color:#FFFFFF;text-decoration:none; }
.submit-b{ text-align:center; height:32px; line-height:32px;}
a.submit-b:link, a.submit-b:visited{color:#FFFFFF;text-decoration:none;}
a.submit-b:hover{color:#FFFFFF;text-decoration:none;}
a.a-gray:link, a.a-gray:visited{color:#555555;text-decoration:none;}
a.a-gray:hover{color:#555555;text-decoration:none;}

/* window foot line */
.win-foot{margin-top:15px; border-top:1px solid #D1D6E2; height:30px; padding-top:15px; text-align:right; clear:both}
.win-foot-noborder{margin-top:15px; height:30px; padding-top:5px; text-align:right; clear:both}
.win-foot .win-tip-text{ float:left }

/* input error style */
.tip-right, .tip-error, .ico-black-dot { background:url(boxy/boxy-ico.png) no-repeat; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="boxy/boxy-ico.png"); }
.tip-normal, .tip-right, .tip-error { display:inline-block; line-height:20px; margin-left:5px; vertical-align:middle; padding-top: 1px}
.tip-normal { color:#888888 }
.tip-right { padding-left:16px; background-position: 0 -43px;_background-position: 0 -43px; color:#0B6DD0}
.tip-error { padding-left:16px; background-position: 0 -4px;_background-position: 0 -4px; color:#D07C0B}
.ico-black-dot { width: 11px;height: 11px; background-position: 0 -85px; display:block; float:left; }




.login-box {
	padding: 10px;
	position: relative;
	width: 810px;
	font-size: 14px
}

.login-box .bt {
	margin-bottom: 15px;
	display: block;
	font-weight: normal
}

.login-box .login {
	width: 44%;
	float: left
}

.login-box li {
	font-size: 15px;
	margin-bottom: 15px
}

.login-box .d {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	display: block
}

.login-box .login-input {
	border: 1px solid #ddd;
	height: 35px;
	text-indent: 70px;
	width: 100%;
	line-height: 32px
}

.login-box .dlsub {
	background: #488fd2;
	color: #fff;
	border: 0;
	text-indent: 0
}

.login-box .fr {
	display: inline-block;
	float: right
}

.login-box .reglink {
	font-size: 12px;
	text-align: center;
	color: #707070;
	margin-top: 15px
}

.login-box .reglink a {
	color: #ff5722;
	display: inline-block;
	font-size: 15px;
	margin-bottom: -5px;
	background: #fff;
	padding: 0 10px
}

.login-box .reglink p {
	padding-top: 5px
}

.login-box .sina,.login-box .txqq {
	padding: 5px 20px;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px
}

.login-box .sina {
	background: #e44845
}

.login-box .txqq {
	background: #009ff5
}

.login-box .line {
	width: 1px;
	background: #ddd;
	height: 330px;
	float: left;
	position: absolute;
	left: 50%
}

.login-box li {
	position: relative
}

.login-box label.input-name {
	position: absolute;
	left: 10px;
	line-height: 35px
}

.phcolor {
	color: #999
}

.user-reg {
	width: 44%;
	float: right
}

.login-box .yzm-input,.user-reg .yzm-input {
	width: 150px
}
a.telxym {
	background: #14c768;
	height: 35px;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	line-height: 35px;
	color: #fff
}

a.telxym:hover {
	background: #05a14e
}





.boxy-wrapper {
	position: absolute;
	z-index: 150
}

.boxy-wrapper.fixed {
	position: fixed
}

.boxy-modal-blackout {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000
}

.boxy-modal-blackout-iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 128;
	border: none
}

.boxy-wrapper {
	empty-cells: show
}

.boxy-wrapper .boxy-top-left,.boxy-wrapper .boxy-top-right,.boxy-wrapper .boxy-bottom-right,.boxy-wrapper .boxy-bottom-left {
	width: 10px;
	height: 12px;
	padding: 0
}

.boxy-wrapper .boxy-top-left,.boxy-wrapper .boxy-top-right,.boxy-wrapper .boxy-bottom-right,.boxy-wrapper .boxy-bottom-left {
	background-color: #555;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0
}

.boxy-wrapper .boxy-top,.boxy-wrapper .boxy-bottom {
	background-color: #555;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0
}

.boxy-wrapper .boxy-left,.boxy-wrapper .boxy-right {
	background-color: #555;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0
}

.boxy-wrapper .title-bar {
	height: 33px;
	position: relative;
	background: #f3f5f8
}

.boxy-wrapper .title-bar .dragging {
	cursor: move
}

.boxy-wrapper .title-bar h2 {
	font-size: 14px;
	text-align: left;
	color: #333;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 10px
}

.boxy-wrapper .title-bar .close {
	display: block;
	position: absolute;
	top: 6px;
	right: 7px;
	width: 21px;
	height: 19px;
	background: url(boxy/boxy-close.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden
}

.boxy-wrapper .title-bar .closeover {
	display: block;
	position: absolute;
	top: 6px;
	right: 7px;
	width: 21px;
	height: 19px;
	background: url(boxy/boxy-close.png) no-repeat 0 -21px;
	text-indent: -9999px;
	overflow: hidden
}

.boxy-wrapper .title-bar .min {
	display: block;
	position: absolute;
	top: 6px;
	right: 30px;
	width: 21px;
	height: 19px;
	background: url(boxy/boxy-minmax.png) no-repeat 0 -30px;
	text-indent: -9999px;
	overflow: hidden
}

.boxy-wrapper .title-bar .max {
	display: block;
	position: absolute;
	top: 6px;
	right: 30px;
	width: 21px;
	height: 19px;
	background: url(boxy/boxy-minmax.png) no-repeat 0 -120px;
	text-indent: -9999px;
	overflow: hidden
}

.boxy-inner {
	background-color: #fff;
	padding: 0
}

.boxy-content {
	padding: 10px;
	overflow: auto;
	overflow-x: hidden
}

.boxy-content form {
	margin-top: 5px;
	margin-bottom: 5px
}

.boxy-wrapper .question {
	width: 340px !important;
	overflow: auto
}

.boxy-wrapper .answers {
	text-align: right
}

.boxy-btn1,.boxy-btn2,.boxy-btn4 {
	background-color: transparent;
	font-size: 12px;
	border: 0;
	background-image: url(boxy/btn.png);
	color: #fff;
	cursor: pointer;
	background-repeat: no-repeat;
	vertical-align: middle
}

.boxy-btn1 {
	width: 50px;
	height: 22px;
	background-position: 0 0
}

.boxy-btn2 {
	width: 50px;
	height: 22px;
	background-position: 0 -25px;
	color: #333
}

.boxy-btn3 {
	background-color: #eaeaea;
	border-color: #eaeaea #aaa #aaa #eaeaea;
	color: #333;
	padding: 3px 5px 1.9px
}

.boxy-btn3:hover {
	background-color: #cad5eb;
	border-color: #ced8e3 #a2adbc #a2adbc #ced8e3
}

.boxy-btn4 {
	width: 75px;
	height: 22px;
	background-position: 0 -50px
}

.tips-box-b {
	position: absolute;
	font-size: 12px;
	color: #b00;
	background: url(boxy/tips-bg.png) right top no-repeat;
	height: 26px;
	padding-right: 10px
}

.tips-box-b .tips-content {
	background: url(boxy/tips-bg.png) left top no-repeat;
	height: 26px;
	float: left;
	line-height: 22px;
	padding-left: 10px
}

.tips-box-t {
	position: absolute;
	font-size: 12px;
	color: #b00;
	background: url(boxy/tips-bg.png) right -28px no-repeat;
	height: 27px;
	padding-right: 10px
}

.tips-box-t .tips-content {
	background: url(boxy/tips-bg.png) left -28px no-repeat;
	height: 20px;
	float: left;
	padding-top: 7px;
	line-height: 20px;
	padding-left: 10px
}

.tips-box-l {
	position: absolute;
	font-size: 12px;
	color: #b00;
	height: 21px
}

.tips-box-l span {
	background: url(boxy/tips-bg.png) left -58px;
	float: left;
	height: 21px;
	width: 10px
}

.tips-box-l .tips-content {
	background: url(boxy/tips-bg.png) right -58px;
	height: 21px;
	line-height: 21px;
	padding-right: 10px;
	float: left
}

.submit2,.submit-gray2,.submit4,.submit3,.submit-gray2,.submit-gray3,.submit-gray4,.submit-t-btn,.submit-t-btn-gray {
	text-align: center;
	margin-right: 6px;
	background-color: transparent;
	border: 0;
	background-image: url(boxy/btn.png);
	color: #fff;
	cursor: pointer;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	*padding-top: 1px;
	line-height: 22px;
	font-size: 12px
}

.submit2 {
	width: 50px;
	height: 22px;
	background-position: 0 0
}

.submit4 {
	width: 75px;
	height: 22px;
	background-position: 0 -50px
}

.submit3 {
	width: 63px;
	height: 22px;
	background-position: 0 -75px
}

.submit-t-btn {
	width: 55px;
	height: 32px;
	line-height: 32px;
	background-position: -65px -268px;
	font-weight: 700
}

.submit-t-btn-gray {
	width: 55px;
	height: 32px;
	line-height: 32px;
	background-position: -65px -376px;
	font-weight: 700;
	cursor: default
}

.submit-gray2 {
	width: 50px;
	height: 22px;
	background-position: 0 -25px;
	color: #555
}

.submit-gray3 {
	width: 63px;
	height: 22px;
	background-position: 0 -376px;
	color: #555
}

.submit-gray4 {
	width: 75px;
	height: 22px;
	background-position: 0 -185px;
	color: #555
}

.submit {
	text-align: center;
	height: 22px
}

a.a-submit:link,a.a-submit:visited {
	color: #fff;
	text-decoration: none
}

a.a-submit:hover {
	color: #fff;
	text-decoration: none
}

.submit-b {
	text-align: center;
	height: 32px;
	line-height: 32px
}

a.submit-b:link,a.submit-b:visited {
	color: #fff;
	text-decoration: none
}

a.submit-b:hover {
	color: #fff;
	text-decoration: none
}

a.a-gray:link,a.a-gray:visited {
	color: #555;
	text-decoration: none
}

a.a-gray:hover {
	color: #555;
	text-decoration: none
}

.win-foot {
	margin-top: 15px;
	border-top: 1px solid #d1d6e2;
	height: 30px;
	padding-top: 15px;
	text-align: right;
	clear: both
}

.win-foot-noborder {
	margin-top: 15px;
	height: 30px;
	padding-top: 5px;
	text-align: right;
	clear: both
}

.win-foot .win-tip-text {
	float: left
}

.tip-right,.tip-error,.ico-black-dot {
	background: url(boxy/boxy-ico.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="boxy/boxy-ico.png")
}

.tip-normal,.tip-right,.tip-error {
	display: inline-block;
	line-height: 20px;
	margin-left: 5px;
	vertical-align: middle;
	padding-top: 1px
}

.tip-normal {
	color: #888
}</pre></body></html>